home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / NNTPd / README.IRIX < prev    next >
Encoding:
Text File  |  2002-11-17  |  917 b   |  23 lines

  1. To make NNTP run on Silicon Graphics IRIX, do the following:
  2.  
  3. 1. Edit conf.h. If you are running IRIX 4, make sure you define USG and look
  4. at all the other stuff in there to be sure you have defined all the other
  5. things you need. (You will most likely need to define vfork. You will most
  6. likely need to undefine FASTFORK, and BSD_42. IRIX 5 will set all the correct
  7. values by default.
  8.  
  9. 3. Edit the Makefile in the root directory of the nntp sources.  For IRIX 4.X,
  10. make sure to add -lbsd to the LIBS line. Be sure to modify the CFLAGS lines
  11. to add -I/usr/include/bsd. For IRIX 5, add -lmld to the LIBS line.
  12.  
  13. 4. Now, you can cd to the root directory of the nntp sources and type
  14. "make server" to make the server programs.
  15.  
  16. 5. You will need to modifiy the /usr/etc/inetd.conf file to add the nntpd
  17. service.
  18.  
  19. If you have problems, send mail to nntp@academ.com and he will help if he
  20. can.
  21.  
  22. Stan Barber (update 11/15/94)
  23.